std::forward_list::pop_front

From Cppreference

Jump to: navigation, search
void push_front();
(C++0x feature)

Removes the first element of the container.

Contents

Parameters

(none)

Return value

(none)

Complexity

constant.

See also

push_front
inserts elements to the beginning
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages